home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / CHIP / Porady / Srodowisko PHP-MySQL / WAMP5 1.3 / wamp5_1.3.exe / {app} / www / phpmyadmin / docs.css < prev    next >
Cascading Style Sheet File  |  2004-09-24  |  3KB  |  165 lines

  1. /* $Id: docs.css,v 2.0 2003/11/18 15:20:37 nijel Exp $ */
  2. /* Stylesheet for phpMyAdmin documentation */
  3. /* vim: expandtab ts=4 sw=4 sts=4 tw=78
  4. */
  5.  
  6. body {
  7.     background-color: #ffffff;
  8.     font-family: sans-serif;
  9.     color: #000;
  10.     margin: 0px;
  11.     padding: 2em 0px 2em 0px;
  12. }
  13.  
  14. a {
  15.     text-decoration: none;
  16.     color: #000099;
  17.     background-color: #ffffff;
  18.     font-weight: normal;
  19. }
  20. a:hover {
  21.     background-color: #99CCFF;
  22.     background-color: #ffffff;
  23.     font-weight: bolder
  24. }
  25.  
  26.  
  27. div.header {
  28.     width: 100%;
  29.     background-color: #ddeeff;
  30.     color: #000000;
  31.     text-align: center;
  32.     padding-bottom: 2px;
  33.     border-bottom: 1px solid #000000;
  34.     font-weight: bold;
  35.     left: 0px;
  36.     top: 0px;
  37.     position: fixed;
  38.     /* following MSIE hack was originally written by Riki Fridrich
  39.      * <http://www.fczbkk.com> */
  40.     position: expression("absolute");
  41.     width: expression(document.body.clientWidth);
  42.     top: expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight);
  43. }
  44.  
  45. div.header hr {
  46.     display: none;
  47. }
  48. div.header a {
  49.     text-decoration: none;
  50.     font-size: medium;
  51.     color: #000099;
  52.     background-color: #ddeeff;
  53.     font-weight: normal;
  54. }
  55. div.header a:hover {
  56.     background-color: #99CCFF;
  57.     font-weight: bolder
  58. }
  59.  
  60. h1 {
  61.     text-align: center;
  62.     padding-left: 8%;
  63.     margin-top: 1em;
  64.     background-color: #ddeeff;
  65.     font-size: x-large;
  66.     border-top: 1px solid #000000;
  67.     border-bottom: 1px solid #000000;
  68.     clear: both;
  69. }
  70.  
  71. h2 {
  72.     padding-left: 8%;
  73.     margin-top: 1em;
  74.     background-color: #ddeeff;
  75.     font-size: large;
  76.     border-top: 1px solid #000000;
  77.     border-bottom: 1px solid #000000;
  78.     clear: both;
  79. }
  80. h3 {
  81.     padding-left: 10%;
  82.     margin-top: 1em;
  83.     background-color: #ddeeff;
  84.     font-size: medium;
  85.     border-top: 1px solid #000000;
  86.     border-bottom: 1px solid #000000;
  87.     clear: both;
  88. }
  89.  
  90. h4 {
  91.     padding: 0px;
  92.     margin: 10px 5% 2px 5%;
  93.     font-weight: bold;
  94.     color: #000099;
  95. }
  96.  
  97. p {
  98.     margin: 2px 5% 2px 5%;
  99. }
  100.  
  101. table {
  102.     margin: 2px 5% 2px 5%;
  103.     border: none;
  104. }
  105.  
  106. table tr,table td,table th {
  107.     border: none;
  108. }
  109.  
  110. table.translators {
  111.     text-align: center;
  112.     display: table; margin-left: auto; margin-right: auto;
  113.     border-collapse: collapse;
  114. }
  115.  
  116. table.translators th {
  117.     background-color: #d3dce3;
  118. }
  119.  
  120. table.translators td, table.translators th {
  121.     border: 1px solid #000000;
  122.     padding: 5px;
  123. }
  124.  
  125. ul {
  126.     margin: 2px 5% 2px 5%;
  127. }
  128.  
  129. pre {
  130.     margin: 2px 5% 2px 5%;
  131.  
  132. }
  133. pre.wrap {
  134.     white-space: normal;
  135. }
  136.  
  137. dl {
  138.     margin: 1em 6% 1em 6%;
  139. }
  140. dt {
  141.     font-weight: bold;
  142.     margin-left: 2em;
  143.     padding-top: 6px;
  144. }
  145. dd {
  146.     margin-left: 4em;
  147. }
  148.  
  149. ol {
  150.     margin: 1em 6% 1em 6%;
  151. }
  152.  
  153. .important {
  154.     color: #bb0000;
  155. }
  156.  
  157. p.footnote {
  158.     margin: 2px 5% 2px 7%;
  159. }
  160.  
  161. p.footnote:first-line {
  162.     margin-left: -2%;
  163. }
  164.  
  165.